.shareHome{
    display: none;
}
.pcshare-right{
    display: none;
}
@media (min-width: 768px){
html{
    min-width: 1260px;
}
body{
    min-width: 1260px;
}
.pc_ct{
    min-width: 1260px;
}
.max-padding-0{
    min-height: 160px;
}
.list-left{
    line-height: 160px;
}
.list-text-style{
    height: 68px;
    overflow: hidden;
}
.pcshare-face2{
    height: auto;
    overflow: inherit;
}
.list-right .news-list-sm{
    position: absolute;
    bottom: -46px;
}
.list-specials a{
    position: relative;
}

.list-right{
    position: relative;
}
.shareHome{
    display: block !important;
    position: absolute;
    bottom: -80px;
}
.shareHome span{
    color: #a4a4a4;
}
.shareHome span{
    
    display: inline;
    margin-right: 20px;
    cursor: pointer;    
}


.shareHome span img{
    width: auto !important;
}
.pcshare{
    display: flex;
}
.pcshare-left{
    flex: 0 0 50%;
    display: flex;
    align-items: center;
}
.pcshare-right{
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pcshare-right span{
    color: #a4a4a4;
    display: inline;
    margin-right: 20px;
    cursor: pointer;   
}
.pcshare-right span img{
    width: auto !important;
}

.clear{
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    margin-top: 0 !important;
    *margin-top: -1px;
    line-height: 0;
 }   
 
}
